home *** CD-ROM | disk | FTP | other *** search
- '-------------------------------------------------------------------
-
- ' DLL.BAS
-
- ' Copyright (c) 1995 by Golden Gate Software
-
- ' Written by:
- ' Richard D. Kligman
- ' 3825 Baker Street
- ' San Diego, CA 92117-5706
- ' (619) 483-8496
- ' FAX: (619) 483-4651
- ' CompuServe: 75300,2530
-
- '-------------------------------------------------------------------
-
- Declare Sub AddStrings Lib "test.dll" (ByVal strA$, ByVal strB$, ByVal newStr$, ByVal strLength%)
-
-